Home > biomechZoo > Toolbox > Support Functions > deg2rad.m

deg2rad

PURPOSE ^

rad = DEG2RAD(deg) converts degrees to radians

SYNOPSIS ^

function rad = deg2rad(deg)

DESCRIPTION ^

 rad = DEG2RAD(deg) converts degrees to radians

 ARGUMENTS
  deg   ....  Number of degrees
 
 RETURN
  rad   ...   Corresponding number of radians

 See also rad2deg

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005